python cv2 read image grayscale

30

python cv2 read image grayscale -

import cv2
im_gray = cv2.imread('grayscale_image.png', cv2.IMREAD_GRAYSCALE)

Comments

Submit
0 Comments